home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
pcboard
/
aadd118b.zip
/
MAX30.ZIP
/
SAMPLE.CFG
Wrap
Text File
|
1996-03-22
|
2KB
|
41 lines
Your Name
0000000
; Path to ALLFIX
AFIX C:\ALLFIX\
; Where you would like AUTOADD.LOG stored. Defaults to same location
; as AUTOADD.EXE.
LOGG D:\AUTOADD\
; Where to find MAX.PRM
DATA D:\MAX\
; Default setup for a new file area. See notes below.
DEFN FILE\UNCHECK\ Sysop
; The FILEBONE.NA style file to scan for the description of the new file
; area. More than one of these lines can be used.
FBON C:\ALLFIX\FILEBONE.NA
;
;line 1 - The name you used to register AutoAdd (CASE SENSITIVE!!!!)
;line 2 - Your registration code
;line 3+
; AFIX - Path to your Allfix directory
; LOGG - Path to write AUTOADD.LOG to. If not present, AutoAdd will
; write the log to the same directory AutoAdd is in. If a
; filename is specified, that file will be used.
; DATA - The location of MAX.PRM. Usually in x:\MAX\.
; FBON - Path and name of FILEBONE.NA style files to be search for the
; description of the auto-added file echo. More than one may be
; defined, one per FBON line.
; DEFN - The defaults to use when defining the new file area in
; Maximus. Fielded data.
; - Field 1: The path to use as the upload directory. No check
; is made for the validity of the path.
; - Field 2: Access to DL files in this area. Enter the <name>
: defined in ACCESS.CTL.
;
; AutoAdd will exit with an errorlevel of 1 if any new file areas were
;added. AutoAdd will also make a batch file (in you x:\MAX directory)
;called FBRUN.BAT. If you put something like this in your maintaince
;batch file, the new area(s) will be updated right after AutoAdd exits.
; AUTOADD 22
; IF ERRORLEVEL 1 CALL FBRUN
;